Welcome![Sign In][Sign Up]
Location:
Search - least squares fitting

Search list

[Algorithmfit_line

Description: //最小二乘法直线拟合 m_FoldList为关键点(x,y)的链表 拟合直线方程(Y=kX+b) -//linear least squares fitting m_FoldList as the key point (x, y) of Chain fitting linear equation (Y = C/56 b)
Platform: | Size: 3072 | Author: qiao | Hits:

[Algorithmlsq

Description: The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statistics algorithm AS 274 (see comments at the start of the module). A planar-rotation algorithm is used to update the QR- factorization. This makes it suitable for updating regressions as more data become available. The module contains a test for singularities which is simpler and quicker than calculating the singular-value decomposition. An important feature of the algorithm is that it does not square the condition number. The matrix X X is not formed. Hence it is suitable for ill- conditioned problems, such as fitting polynomials. By taking advantage of the MODULE facility, it has been possible to remove many of the arguments to routines. Apart from the new function VARPRD, and a back-substitution routine BKSUB2 which it calls, the routines behave as in AS 274.-The module is for unconstrained linear least-squares fitting. It is based upon Applied Statistics algorithm AS 274 (see comments at the start of the module). A planar- rotation algorithm is used to update the QR-factorization. This makes it suitable for updating regressions as more data become available. The module contains a test for singularities which is simpler and quicker than calculating the singular-value decomposition. An important feature of the algorithm is that it does not square the condition number. The matrix X X is not formed. Hence it is suitable for ill-conditioned problems, such as fitting Polynomials. By taking advantage of the MODULE facility, it has been possible to remove many of the arguments to routines. Apart from the new function VARPRD, and a back- substitution
Platform: | Size: 57344 | Author: | Hits:

[Mathimatics-Numerical algorithmssvdfit

Description: 通过奇异值分解实现的最小二乘拟合算法 inear least-squares fit by singular value decomposition-through the singular value decomposition of the least squares fitting algorithm inear least-squares fit by singular value decomposition
Platform: | Size: 1024 | Author: 游江 | Hits:

[Special Effectsfitting

Description: Fitzgibbon, Pilu, Fisher: Direct Least Squares Fitting of Ellipses -Fitzgibbon, Pilu, Fisher : Direct Least Squares Fitting of Ellipses
Platform: | Size: 30720 | Author: 陈西 | Hits:

[Otherls-fitting-C

Description: 最小二乘的C语言程序-最小二乘原理学习参考的好例子。-Least-squares of C language programming- the principle of least squares learning a good example of reference.
Platform: | Size: 3072 | Author: 纪晓岚 | Hits:

[Graph Drawingniheyuan

Description: 最小二乘曲线拟合圆,vc的源代码和推导过程-Least squares curve fitting circle, vc source code and derivation
Platform: | Size: 126976 | Author: 孟辰 | Hits:

[AlgorithmLeast-squares-fitting

Description: 用最小二乘法解决实际问题,如曲线拟合,插值分析,-Least square method in solving practical problems, such as curve fitting, interpolation analysis
Platform: | Size: 1024 | Author: 郭豫川 | Hits:

[Algorithmleast-square-fit

Description: 最小二乘拟合算法C程序,N为拟合点数,T为拟合阶数。-Least-squares fitting algorithm C procedures, N for the fitting points, T for the fitting order.
Platform: | Size: 1024 | Author: 唐荣 | Hits:

[AlgorithmMovingLeast-SquaresMLS

Description: 建立了一种基于移动最小二乘(Moving Least-Squares MLS)法的曲线曲 面拟合方法 这种方法对传统的最小二乘(LS)法的作了比较大的改进 使生成的曲线曲面具 有精度高 光滑性好等许多优点 详细介绍了移动最小二乘法的原理 应用和特点 并且给 出了使用移动最小二乘法进行曲线曲面拟合的程序设计流程 最后给出了曲线拟合和空间散 乱数据曲面拟合算例 将拟合结果与最小二乘拟合结果作了比较 分析了 MLS 拟合曲线曲 面的光滑性和拟合质量 表明了该方法的优越性和有效性-Was established based on moving least square (Moving Least-Squares MLS) method of this curve and surface fitting method to the traditional method of least squares (LS) method was relatively large improvements to make the generated curves and surfaces with a precision of High smoothness, good detail, and many other advantages of the principle of least-squares method for mobile applications and features and gives the least-squares method using the mobile curve and surface fitting procedure design process Finally, curve fitting and spatial scattered data surface to be cost-effective cases of the results of the fitting results are compared with the least-squares fitting analysis of MLS fitting curves and surfaces smooth and fitting quality demonstrates the superiority and effectiveness of the method
Platform: | Size: 467968 | Author: 李秀丽 | Hits:

[matlabOUProcess

Description: This program calibrates the Ornstein–Uhlenbeck process, a mean reverting AR(1) stochastic process. The parameters are estimated using (1)Least Squares fitting and (2)Maximum Likelihood estimation.-This program calibrates the Ornstein–Uhlenbeck process, a mean reverting AR(1) stochastic process. The parameters are estimated using (1)Least Squares fitting and (2)Maximum Likelihood estimation.
Platform: | Size: 1024 | Author: panda | Hits:

[AI-NN-PRWeighted-Least-Squares.ppt

Description: WLS是拟合的基础文档,适合数据挖掘人员学习用-WLS is the fitting of the basic documentation, to learn to use for data mining
Platform: | Size: 79872 | Author: yuanxuegeng | Hits:

[matlabEllipsoidFitting

Description: 椭球拟合程序源代码,用于基于最小二乘法德椭球拟合-Ellipsoid fitting program source code for France, Germany, based on least squares fitting ellipsoid
Platform: | Size: 2048 | Author: robin | Hits:

[OpenGL programalglib-3.2.0.cpp

Description: ALGLIB is a cross-platform numerical analysis and data processing library. It supports several programming languages (C++, C#, Pascal, VBA) and several operating systems (Windows, Linux, Solaris). ALGLIB features include: • Linear algebra (direct algorithms, EVD/SVD) • Solvers (linear and nonlinear) • Interpolation • Optimization • Fast Fourier transforms • Numerical integration • Linear and nonlinear least-squares fitting • Ordinary differential equations • Special functions • Statistics (descriptive statistics, hypothesis testing) • Data analysis (classification/regression, including neural networks) • Multiple precision versions of linear algebra, interpolation optimization and others algorithms (using MPFR for floating point computations)
Platform: | Size: 984064 | Author: supereast | Hits:

[Algorithma-new-Least-squares-fitting-method

Description: 本程序是基于非等距节点的正交多项式的最小二乘法拟合算法,该算法已经在vc++6.0下调试通过,经多次验证,本算法的拟合误差较小。-This procedure is based on equidistant nodes of non-orthogonal polynomial least squares fit algorithm, which has been in vc++6.0 through debugging, after repeated verification, the algorithm of fitting error is small.
Platform: | Size: 1024 | Author: 张科 | Hits:

[matlableast_least_squares_regression

Description: 最小二乘拟合,最小二乘拟合直线算法,使用matlab实现最小二乘拟合直线。-Least square fitting, least squares fitting straight line method, using the least squares fitting straight line matlab implementation.
Platform: | Size: 1024 | Author: 滕宇 | Hits:

[AlgorithmleastSquares

Description: 基于VC++的最小二乘法拟合曲线,可以自动生成n次多项式,算法简洁明了。-VC++ based on the least-squares fitting curve, can automatically generate n polynomial, the algorithm clear and concise.
Platform: | Size: 1050624 | Author: yaoqin | Hits:

[AlgorithmMoving-Least-Squares-Methods

Description: 移动最小二乘曲线拟合原理,论文中分析了一维和二维的例子,并且同最小二乘法进行比较。-Moving least squares curve fitting principle, the paper analyzes the one-dimensional and two-dimensional case, and compared with the least squares method.
Platform: | Size: 752640 | Author: jack | Hits:

[OtherLeast-squares-fitting-line

Description: 用C语言通过最小二乘法拟合出已知直角坐标的点进行线性拟合,并给出表达式及线性度-Least squares fitting line
Platform: | Size: 1024 | Author: 华暗香 | Hits:

[matlabLeast-squares-fitting-curve

Description: 用matlab所学的知识,编写最小二乘法拟合程序,以解决物理实验中的最小二乘法拟合曲线以及相关系数等的问题。-With matlab learned, the preparation method of least squares fitting procedure to solve the problems of the least-squares fitting curve and correlation coefficient physics experiments.
Platform: | Size: 72704 | Author: 邓棋文 | Hits:

[CSharpThe-least-squares-fitting

Description: 最小二乘法平差(least squares method)是在残差向量V和权矩阵P满足Vl’PV为最小的条件下,求取测量值和参数的最佳估值,并进行精度估计的理论和方法。-The least squares fitting
Platform: | Size: 9216 | Author: 江周 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net